Skip to content

Update proto v0.5.0#1230

Merged
MrAlias merged 8 commits intoopen-telemetry:masterfrom
codeboten:update-proto-v0.5.0
Oct 9, 2020
Merged

Update proto v0.5.0#1230
MrAlias merged 8 commits intoopen-telemetry:masterfrom
codeboten:update-proto-v0.5.0

Conversation

@codeboten
Copy link
Copy Markdown
Contributor

Fixes #1123

This PR updates the version of the proto definitions to v0.5.0.

Changes in the trace definitions:

  • updated span kind enum
  • updated span status enum

Changes in the metrics definitions:

  • MetricDescriptor is no longer a member of the metric
  • splitting Sum, Gauge, Histogram by Int/Float
  • SummaryDataPoints are no longer around, MinMaxSumCount is now a Histogram

Alex Boten added 5 commits October 6, 2020 09:48
In this change:
- MetricDescriptor is no longer a member of the metric
- splitting Sum, Gauge, Histogram by Int/Float
- SummaryDataPoints are no longer around, MinMaxSumCount is now a Histogram
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 7, 2020

Codecov Report

Merging #1230 into master will decrease coverage by 0.1%.
The diff coverage is 81.7%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1230     +/-   ##
========================================
- Coverage    76.9%   76.8%   -0.2%     
========================================
  Files         130     130             
  Lines        5761    5832     +71     
========================================
+ Hits         4435    4479     +44     
- Misses       1078    1105     +27     
  Partials      248     248             
Impacted Files Coverage Δ
exporters/otlp/internal/transform/metric.go 79.9% <80.8%> (-4.5%) ⬇️
exporters/otlp/internal/transform/span.go 98.0% <100.0%> (ø)
sdk/trace/batch_span_processor.go 78.4% <0.0%> (-2.2%) ⬇️

@MrAlias MrAlias added this to the RC1 milestone Oct 9, 2020
Move changes to the Unreleased section. This is to account for the recent release.
@MrAlias MrAlias merged commit 25ccf5a into open-telemetry:master Oct 9, 2020
@MrAlias MrAlias mentioned this pull request Nov 20, 2020
AzfaarQureshi pushed a commit to open-o11y/opentelemetry-go that referenced this pull request Dec 3, 2020
* Updating version of OTLP to 0.5.0

* updating trace transform to use latest protos

* update otlp span test

* forgot one test

* finishing the rest of the implementation

In this change:
- MetricDescriptor is no longer a member of the metric
- splitting Sum, Gauge, Histogram by Int/Float
- SummaryDataPoints are no longer around, MinMaxSumCount is now a Histogram

* update changelog

* Update CHANGELOG.md

Move changes to the Unreleased section. This is to account for the recent release.

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade OTLP to v0.5.0

4 participants